PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / setIncludeAppendSaves Method
True if the submitted FDF file should include the contents of all incremental updates to the underlying PDF document.
In This Topic
    setIncludeAppendSaves Method
    In This Topic
    Sets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.
    Syntax
    public void setIncludeAppendSaves( 
       boolean value
    )

    Parameters

    value
    True if the submitted FDF file should include the contents of all incremental updates to the underlying PDF document.
    See Also